Mouse Cursor

Welcome To Mani Mishra Tips and Tricks


Visiters

Template Information

Mani Mishra Tips and Tricks

Background Song


IP Address Finder 3
  ------------------------------------------------- ****** ------------------------------------------------- 
Showing posts with label Blog Tips. Show all posts
Showing posts with label Blog Tips. Show all posts

Wednesday, March 20, 2013

How To Hide Labels Form Blogger Post Footer

Hide Labels From Blogger Post Footer

To View Enlarge Click on Image

Steps :

  • Log on to your dashboard ===> Layout ===> Edit HTML
  • Now Click on expand "Expand Widgets Template".
  • Find below code in your template. 

<b:if cond='data:post.labels'>
          <data:postLabelsLabel/>
          <b:loop values='data:post.labels' var='label'>
           <a expr:href='data:label.url'rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>

Note :
First take a backup of your Template and after that Delete this portion from your Template. Now no Labels will come beneath your post.
54491-92-12AD744A50A92026ACE7EECB3F7BC33B

Tuesday, February 05, 2013

How To Add Automatically "Link To This Post" Below Every Blog

Link To This Post Below Every Blog


Do you like to add "Link To This Post" below every blog post.
So see the below steps for install the widgets on your every post.

Click on image to Enlarge

Steps for install the widgets

  1. Log on to your dashboard ===> Layout ===> Edit HTML
  2. Click on expand "Expand Widgets Template"
  3. Find below code in your template.
<data:post.body/> 

OR

<div class='post-footer-line post-footer line-1'/>

OR

<div class='post-footer  '>

Note : You can find any above code then copy the below code and paste below code just below it.

<b:if cond='data:blog.pageType == "item"'>

<p style='color: 
Black;font-weight: bold;'>If you Like This Article,Then kindly 
linkback to this article by copying one of the codes below.</p>

<p style='color: #CF152A;font-weight: bold;'>URL Of Post:

</p><textarea
 cols='60' id='url' onclick='this.focus();this.select()' 
readonly='readonly' rows='2' style='border:2px solid 
#666;background:#fff; height: 2.6em; width: 98%;' title='Click to 
highlight'><data:post.url/></textarea><br/>

<br/><p style='color: #CF152A;font-weight: bold;'>Paste This HTML Code On Your Page:</p>

<textarea 
cols='60' id='HTML-code' onclick='this.focus();this.select()' 
readonly='readonly' rows='2' style='border:2px solid 
#666;background:#fff; height: 2.6em; width: 98%;' title='Click to 
highlight'>&lt;a 
href=&quot;<data:post.url/>&quot;&gt;<data:post.title/>&lt;/a&gt;</textarea>

<div style='text-align: right;font-size: x-small;'>

<a 
href='http://manimishra-tips.blogspot.in/2013/02/how-to-add-automatically-link-to-this.html'
 target='_blank'><span style="color: #838383;">Get 
This</span></a></div></b:if>

Now save the "Template".
54491-92-12AD744A50A92026ACE7EECB3F7BC33B